﻿@charset "utf-8";
/* CSS Document*/
body{text-align: left;padding: 0;margin: 0;font-size: 14px;font-family: 'microsoft yahei';-webkit-text-size-adjust: none;height: auto;color: #333;background: #fff;}
body{overflow-x: hidden;overflow-y: auto;}
html{min-width: 1280px;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{padding: 0;margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{padding: 0;margin: 0;}
fieldset{border-top-width: 0;border-left-width: 0;border-bottom-width: 0;border-right-width: 0;}
a img{border: 0;padding: 0;margin: 0;}
i{font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var{font-weight: normal;font-style: normal;}
li{list-style-type: none;}
caption{text-align: left;}
th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
q:unknown{content: '';}
input,textarea,select{font-family: inherit;font-size: 100%;}
a:link{color: #333;text-decoration: none;}
a:visited{color: #333;text-decoration: none;}
a:hover{color: #DFA40B;text-decoration: none;}
.icon{background-image: url("../images/icon1.png");display: inline-block;vertical-align: middle;}
.fl{float: left;}
.fr{float: right;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;font-size: 0;margin: 0;padding: 0;display: block;_height: 0;overflow: hidden;}
.w1200{width: 1200px; margin: 0 auto;}
.w1210{width: 1300px; margin: 0 auto;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*网站顶部*/
.top_main{width: 100%;line-height: 38px;background: #e8e8e8;color: #000;font-size: 12px;}
.top_main li{position: relative;display: inline-block;text-align: center;margin-left: 8px;}
.top_main li a{color: #000;}
/*网站头部*/
.header_main{position: fixed;width: 100%; height:80px;background: #000; background:rgba(0, 0, 0, 0.7)!important; filter:Alpha(opacity=70);z-index: 9;box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);}
.header_main .logo{display: block;margin-top: 10px;}
.header_main .logo img{max-width: 100%;display: block;vertical-align: middle;}
.header_main .tel{margin-top: 20px;}
.header_main .tel s{display: inline-block;width: 34px;height: 34px;margin-right: 10px;vertical-align: bottom;background: url(../images/cel.png) no-repeat;}
.header_main .tel span{display: inline-block;font-size: 22px;line-height: 34px;color: #fff;}
/*网站导航*/
#nav .navlist{position: relative;display: block;margin-top: 20px;}
#nav li{float: left;font-size: 17px;position: relative;padding: 0 19px;}
#nav li a{display: block;text-align: center;position: relative;color: #fff;line-height: 40px;}
#nav li.hover a,#nav li:hover a{color: #f6bb00;border-bottom-color: #f6bb00;}
#nav ul .subnav{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
#nav ul li:hover .subnav{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
#nav ul .subnav{box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;overflow: hidden;position: absolute;top: 100%;left: 50%;margin-left: -60px;width: 120px;z-index: 199;padding-top: 5px;}
#nav ul .subnav:before{content: "";width:0;height:0;position:absolute;top: 0;left:50%;margin-left: -5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom: 5px solid #edb400;}
#nav ul .subnav a{color: #fff;display: block;font-size: 14px;font-weight: 500;height: 35px;line-height: 35px;padding: 0;max-width: 100%;border: 0;padding: 0 10px;background: #edb400;}
#nav ul .subnav a:hover{color: #edb400;background: #fff;}
/*网站大图*/

/* banner */
#banner_main{overflow:hidden;position: relative;z-index: 2;max-width:1920px;margin:0 auto;}
#banner_main .banner{height: 800px;}
#banner{width:100%;min-width:1000px;position:relative;overflow:hidden;z-index:0;}
#banner, .banner ul{max-height: 800px;overflow:hidden;}
.banner li{width:100%;position:absolute;z-index:1;overflow:hidden;display: none;}
.banner li:first-child{display:block;}
.banner li img{width:1920px;display:block;position:relative;left:50%;margin-left:-960px;top:0;}
#banner .tip{width:1000px;height: 18px;line-height:0;font-size:0;text-align:center;position:absolute;left:50%;margin-left:-500px;bottom: 30px;z-index:3;}
#banner .tip span{width: 18px;height: 18px;margin: 0 5px;display:inline-block;cursor: pointer;background: #fff;border-radius: 14px;transition: all .5s;}
#banner .tip span.cur{width: 50px;height: 18px;background: #f9bd00;}
#banner #btn_prev,#banner #btn_next{width: 40px;height: 40px;position:absolute;top: 50%;margin-top: -20px;background: #f9bd00 url(../images/arrows.png)  no-repeat;-webkit-border-radius: 100%;border-radius: 100%;z-index:5;opacity: 0;}
#banner #btn_prev{left: 4%;transition: all 600ms ease;}
#banner #btn_next{background-position: -40px 0;right: 6%;transition: all .5s ease;}
#banner:hover #btn_prev,#banner:hover #btn_next{opacity: 1;}
/*banner end*/

.nybanner{width: 100%;position: relative;height: 450px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../images/nybanner.jpg);}
.search .hot{padding: 20px 0;height: 30px;line-height: 30px;}
.search .hot .left{color: #333;font-weight: bold;}
.search .hot .left b{color: #DFA40B;}
.search .hot .left a{padding: 0 10px;color: #787878;font-weight: 100;}
.search .hot .left a:hover{color: #DFA40B;}
.search .hot .right{position: relative;}
.search .hot .right .input{width: 278px;height: 20px;border: 1px solid #eee;border-radius: 20px;line-height: 20px;padding: 9px 0px;border: none;border-right: none;font-size: 12px;color: #999;position: absolute;right: 0px;top: 0px;background: #f5f5f5;padding-left: 20px;outline: none;}
.search .hot .right .btn{width: 23px;height: 38px;border: none;background-position: -54px 0;z-index: 10;cursor: pointer;position: absolute;right: 15px;top: 0px;outline: none;}
.index_title{text-align: center;padding-top: 35px;padding-bottom: 40px;}
.index_title h3{font-size: 38px;font-weight: 100;padding-bottom: 12px;color: #333;font-weight: bold;}
.index_title p{background: url(../images/line.png) center center no-repeat;width: 320px;height: 22px;margin: 0 auto;}
.more{margin-top: 64px;}
.more a{border: 2px solid #c5c5c5;width: 201px;height: 41px;line-height: 41px;text-align: center;display: block;border-radius: 20px;margin: 0 auto;font-weight: bold;font-size: 20px;}
.more a:hover{border-color: #DFA40B;background: #DFA40B;color: #fff;}
.floor_1_main{background: url(../images/f1_bg.jpg) center top no-repeat;width: 100%;height: 220px;}
.floor_1_main .w1200{overflow: hidden;}
.floor_1_main li{width: 25%;float: left;text-align: center;cursor: pointer;}
.floor_1_main li div{transition: all .5s;}
.floor_1_main li h3{font-size: 14px;color: #fff;padding-top: 60px;font-weight: 100;}
.floor_1_main li h3 b{font-size: 60px;font-weight: 100;padding-right: 5px;}
.floor_1_main li p{font-size: 24px;color: #fff;}
.floor_1_main li:hover div{margin-top: 10px;}
/*首页标题*/
.section{padding: 55px 0;}
.index .in_title{margin-bottom: 40px;text-align: center;font-size: 40px;line-height: 42px;}
.index .in_title b{color: #f8bd01;}
.index .in_title p{margin: 0;font-size: 0;}
.index .in_title span{display: inline-block;vertical-align: middle;position: relative;font-size: 17px;padding: 0 20px;}
.index .in_title span:before,.index .in_title span:after{position: absolute;top: 50%;content: '';width: 40px;height: 2px;background-color: #f8bd01;margin-top: -1px;}
.index .in_title span:before{right: 100%;}
.index .in_title span:after{left: 100%;}
/*CSS3 左右抖动*/
@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0, 0, 0);}20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}40%,80%{-webkit-transform:translate3d(10px, 0, 0);}}
@keyframes shake{from,to{transform:translate3d(0, 0, 0);}20%,60%{transform:translate3d(-10px, 0, 0);}40%,80%{transform:translate3d(10px, 0, 0);}}
/*非常之道*/
.index .in-yin{}
.index .in-yin li{float: left;width: 286px;margin-right: 18px;}
.index .in-yin li:last-child{margin-right: 0;}
.index .in-yin li a{display: block;position: relative;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index .in-yin li .img{width: 100%;height: 400px;}
.index .in-yin li .img img{width: 100%;height: 100%;display: block;}
.index .in-yin li .tit{position: absolute;left: 0;bottom: 0;width: 100%;background-color: #f8bd01;text-align: center;font-size: 18px;line-height: 85px;font-weight: bold;color: #333;-webkit-transition: all 0.5s;transition: all 0.5s;}
.index .in-yin li .tit i{position: absolute;left: 50%;top: -23px;width: 46px;height: 46px;background: no-repeat center #142038;margin-left: -23px;border-radius: 50%;}
.index .in-yin li .tit img{width: 100%;height: 100%;display: block;filter: invert(100%);}
.index .in-yin li .text{position: absolute;left: 0;top: 100%;width: 100%;height: 100%;background-color: rgba(0,0,0,0.7);-webkit-transition: all 0.5s;transition: all 0.5s;}
.index .in-yin li .wrap{color: #fff;padding: 80px 30px 0;}
.index .in-yin li .wrap i{width: 46px;height: 46px;background: no-repeat center #f8bd01;margin: 0 auto;padding: 9px;border-radius: 50%;display: block;}
.index .in-yin li .wrap img{width: 100%;height: 100%;display: block;}
.index .in-yin li .wrap h4{margin: 0;position: relative;line-height: 70px;font-size: 26px;text-align: center;}
.index .in-yin li .wrap h4:after{position: absolute;bottom: 0;left: 50%;content: '';height: 3px;width: 30px;background-color: #fff;margin-left: -15px;}
.index .in-yin li .wrap p{font-size: 16px;line-height: 1.8;text-align: justify;margin: 15px 0 0;}
.index .in-yin li a:hover{-webkit-transform: translateY(-20px);transform: translateY(-20px);}
.index .in-yin li a:hover .tit{bottom: -108px;}
.index .in-yin li a:hover .text{top: 0;}
/*产品中心*/
.index .in-pro{max-width: 1920px;margin: 0 auto;background: url(../images/cp_bg.jpg) no-repeat center 0;background-size: cover;}
.index .in-pro .in_title{color: #fff;}
.index .in-pro .pro_l{float: left;width: 260px;background-color: #fff;}
.index .in-pro .pro_l h4{line-height: 80px;text-align: center;font-size: 24px;font-weight: bold;background-color: #f8bd01;}
.index .in-pro .pro_l .tit{line-height: 65px;background: #efefef url(../images/cp_ico02.png) no-repeat 210px center;font-weight: bold;border-bottom: 1px solid #efefef;}
.index .in-pro .pro_l .tit.cur{background-image: url(../images/cp_ico05.png);background-color: #fff;}
.index .in-pro .pro_l .tit a{display: block;background: url(../images/cp_ico01.png) no-repeat 25px center;padding-left: 55px;}
.index .in-pro .pro_l ul{overflow: hidden;margin: 0 15px;}
.index .in-pro .pro_l li a{display: block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height: 45px;border-bottom: #efefef 1px solid;background: url(../images/cp_ico03.png) no-repeat 18px center;padding-left: 45px;}
.index .in-pro .pro_l li:last-child a{border: 0;}
.index .in-pro .pro_l li a:hover{background-image: url(../images/cp_ico04.png);}
.index .in-pro .pro_l .tel{margin: 4px;background: #e9e9e9 url(../images/cp_tel.gif) no-repeat center 34px;padding: 72px 0 30px;text-align: center;}
.index .in-pro .pro_l .tel b{display: block;font-size: 25px;}
.index .in-pro .pro_r{float: right;width: 920px;}
.index .in-pro .pro_r li{float: left;width: 300px;margin-right: 10px;margin-bottom: 10px;}
.index .in-pro .pro_r li:nth-child(3n){margin-right: 0;}
.index .in-pro .pro_r li a{display: block;}
.index .in-pro .pro_r li .img{width: 100%;height: 225px;overflow: hidden;}
.index .in-pro .pro_r li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .in-pro .pro_r li p{padding: 0 15px;text-align: center;line-height: 55px;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color: #e0e0e0;transition: all .5s;}
.index .in-pro .pro_r li a:hover p{background-color: #f8bd01;color: #333;}
.index .in-pro .pro_r li:hover .img img{transform: scale(1.1);}
/*应用案例*/
.index .in-case{}
.index .in-case .case{position: relative;height: 517px;}
.index .in-case .hd{margin-bottom: 40px;text-align: center;}
.index .in-case .hd a{display: block;line-height: 40px;width: 160px;font-size: 14px;border: 1px solid #ebebeb;}
.index .in-case .hd li{display: inline-block;vertical-align: middle;margin: 0 10px;}
.index .in-case .hd li.on a,.index .in-case .hd li:hover a{background-color: #f8bd01;border-color: #f8bd01;color: #fff;}
.index .in-case .bd dl{position: relative;float: left;width: 348px;padding: 15px;margin: 10px;background-color: #fff;border: 1px solid #eee;transition: all .5s;}
.index .in-case .bd dl:hover{border-color: #f8bd01;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.index .in-case .bd dt{width: 100%;height: 261px;overflow: hidden;}
.index .in-case .bd dt img{width: 100%;height: 100%;-webkit-transition: all 1s;transition: all 1s;}
.index .in-case .bd dt a:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.index .in-case .bd dd{padding: 0;}
.index .in-case .bd dd h4{font-size: 18px;line-height: 30px;font-weight: bold;margin: 15px 0;}
.index .in-case .bd dd p{color: #666;line-height: 24px;text-align: justify;height: 72px;overflow: hidden;}
.index .in-case .bd dd .more{display: block;width: 102px;margin: auto;margin-top: 20px;margin-bottom: 10px;padding: 7px 0;background-color: #f8bd01;color: #fff;text-align: center;text-transform: uppercase;border-radius: 50px;}
.index .in-case .bd dd .more:hover{-webkit-animation: shake 1.5s linear;animation: shake 1.5s linear;}
.index .in-case .prev,.index .in-case .next{background: no-repeat center;width: 58px;height: 58px;position: absolute;top: 50%;margin-top: -29px;border-radius: 50%;}
.index .in-case .prev{background-image: url(../images/case_lico01.png);left: -68px;}
.index .in-case .prev:hover{background-image: url(../images/case_lico02.png);box-shadow: 0 3px 5px 3px rgb(0 0 0 / 10%);z-index: 2;-webkit-transform: translate(0,-2px);-webkit-transform: translate(0,-2px);}
.index .in-case .next{background-image: url(../images/case_rico01.png);right: -68px;}
.index .in-case .next:hover{background-image: url(../images/case_rico02.png);box-shadow: 0 3px 5px 3px rgb(0 0 0 / 10%);z-index: 2;-webkit-transform: translate(0,-2px);-webkit-transform: translate(0,-2px);}
/*四大优势*/
.index .in-ys{background: url(../images/ys_bg.jpg) no-repeat center 0;height: 1105px;overflow: hidden;padding: 90px 0 0;}
.index .in-ys .in_title{color: #fff;margin-bottom: 30px;}
.index .in-ys .list{}
.index .in-ys dl{margin: 55px 0 0;float: left;width: 566px;height: 421px;position: relative;}
.index .in-ys dt{border: 12px solid #fac12c;width: 311px;height: 397px;line-height: 397px;overflow: hidden;}
.index .in-ys dt img{width: 100%;height: 100%;display: block;transition: all 1s;}
.index .in-ys dt img:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}
.index .in-ys dd{position: absolute;right: 0;background-color: #fff;margin: -172px 0 0;top: 50%;width: 208px;height: 294px;color: #333;padding: 50px 50px 0 50px;}
.index .in-ys dd h4{font-size: 30px;font-weight: bold;}
.index .in-ys dd h4:after{display: block;height: 2px;width: 40px;background-color: #f8bd01;content: '';margin-top: 15px;}
.index .in-ys dd p{color: #666;font-size: 16px;line-height: 1.8;height: 84px;margin: 20px 0 0;overflow: hidden;}
.index .in-ys dd .num{display: block;margin-top: 30px;}
.index .in-ys dl:nth-child(even){float: right;}
.index .in-ys dl:nth-child(even) dt{float: right;}
.index .in-ys dl:nth-child(even) dd{left: 0;right: auto;}
/*定制流程*/
.index .in-flow{background-color: #f5f5f5;padding: 50px 0;}
.index .in-flow .in_title{margin-bottom: 22px;}
.index .in-flow .in_title span{font-size: 26px;}
.index .in-flow ul{background:url(../images/liuc_line.png) no-repeat 165px 45px;}
.index .in-flow li{float:left;width:171px;text-align:center;color:#333;font-weight:bold;font-size: 14px;}
.index .in-flow li .icon{display:block;width:100px;height:100px;margin:0 auto 12px;position:relative;cursor: pointer;}
.index .in-flow li .icon i{position:absolute;width:100%;height:100%;top:0;left:0;}
.index .in-flow li .icon i img{width: 100%;height: 100%;display: block;border-radius: 50%;}
.index .in-flow li .icon i.default{background: #fff;border-radius: 50%;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.index .in-flow li .icon i.hover{background: #fac12c;border-radius: 50%;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.index .in-flow li .icon i.hover img{filter: invert(100%);}
.index .in-flow li:hover .icon i.default{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.index .in-flow li:hover .icon i.hover{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
/*客户评价*/
.index .in-kehu{overflow: hidden;}
.index .in-kehu .kehu{position: relative;}
.index .in-kehu .bd{height: 205px;overflow: hidden;}
.index .in-kehu dl{float: left;margin: 10px;padding: 19px;background-color: #f5f5f5;border: 1px solid #eee;width: 540px;transition: all .5s;}
.index .in-kehu dl:hover{border-color: #f8bd01;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.index .in-kehu dt{float: left;width: 193px;height: 145px;overflow: hidden;}
.index .in-kehu dt img{width: 100%;height: 100%;display: block;transition: all .5s;}
.index .in-kehu dt:hover img{transform: rotateY(180deg);}
.index .in-kehu dd{margin-left: 220px;padding-top: 15px;}
.index .in-kehu dd h4{font-size: 16px;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index .in-kehu dd h4 a{color: #333;}
.index .in-kehu dd h4 a:hover{color: #fac12c;}
.index .in-kehu dd p{margin: 15px 0 0;color: #666;line-height: 23px;text-align: justify;height: 70px;overflow: hidden;}
.index .in-kehu .prev,.index .in-kehu .next{background: no-repeat center;width: 58px;height: 58px;position: absolute;top: 50%;margin-top: -29px;border-radius: 50%;}
.index .in-kehu .prev{background-image: url(../images/case_lico01.png);left: -68px;}
.index .in-kehu .prev:hover{background-image: url(../images/case_lico02.png);box-shadow: 0 3px 5px 3px rgb(0 0 0 / 10%);z-index: 2;-webkit-transform: translate(0,-2px);-webkit-transform: translate(0,-2px);}
.index .in-kehu .next{background-image: url(../images/case_rico01.png);right: -68px;}
.index .in-kehu .next:hover{background-image: url(../images/case_rico02.png);box-shadow: 0 3px 5px 3px rgb(0 0 0 / 10%);z-index: 2;-webkit-transform: translate(0,-2px);-webkit-transform: translate(0,-2px);}
/*小banner*/
.index .in-tel{background:url(../images/ban01.jpg) no-repeat center 0;height: 150px;overflow: hidden;padding: 78px 0 0;}
.index .in-tel p{width: 530px;float: right;}
.index .in-tel p span{display: block;float: left;font-size: 14px;color: #333;background:url(../images/ban_tel.png) no-repeat 0 15px;width: 270px;padding: 0 0 0 45px;line-height: 28px;}
.index .in-tel p b{display: block;font-size: 30px;color: #fff;font-family: "DINOT";}
.index .in-tel p em{display: block;width: 148px;float: left;padding: 3px 0 0;}
.index .in-tel p em a{font-size: 14px;color: #333;display: block;background:url(../images/ban_btn.png) no-repeat;width: 128px;height: 50px;line-height: 50px;overflow: hidden;padding: 0 0 0 20px;}
.index .in-tel p em a:hover{-webkit-animation: shake 1.5s linear;animation: shake 1.5s linear;}
/*新闻动态*/
.index .in-news{background-color: #f5f5f5;}
.index .in-news .news .hd{font-size: 0;text-align: center;margin-bottom: 20px;}
.index .in-news .news .hd li{display: inline-block;vertical-align: middle;margin: 0 10px;}
.index .in-news .news .hd li a{display: block;line-height: 40px;width: 160px;font-size: 14px;border: 1px solid #ebebeb;}
.index .in-news .news .hd li.on a{background-color: #f8bd01;border-color: #f8bd01;color: #fff;}
.index .in-news .news .bd ul{margin-left: -40px;display: none;}
.index .in-news .news .bd li{float: left;width: 50%;}
.index .in-news .news .bd li a{display: block;margin-left: 40px;border: 1px solid #eee;background-color: #fff;margin-top: 20px;overflow: hidden;}
.index .in-news .news .bd li .img{width: 100%;height: 432px;overflow: hidden;}
.index .in-news .news .bd li .img img{width: 100%;height: 100%;display: block;transition: all 1s;}
.index .in-news .news .bd li a:hover .img img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.index .in-news .news .bd li .date{float: left;width: 110px;color: #666;padding: 26px 0;text-align: center;border-right: 1px solid #eee;line-height: 1;}
.index .in-news .news .bd li .date b{display: block;font-size: 50px;color: #333;font-family: Impact;margin-bottom: 6px;}
.index .in-news .news .bd li .info{margin-left: 110px;padding: 20px;}
.index .in-news .news .bd li .info h4{font-size: 16px;font-weight: bold;line-height: 22px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index .in-news .news .bd li .info p{color: #888;margin: 10px 0 0;overflow: hidden;line-height: 1.8;text-align: justify;height: 50px;}
.index .in-news .news .bd li a:hover{border-color: #f8bd01;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
/*关于我们*/
.index .in-about{padding-bottom: 0;}
.index .in-about .about{background-color: #f5f5f5;}
.index .in-about dt{float: left;width: 660px;height: 415px;overflow: hidden;}
.index .in-about dt img{width: 100%;height: 100%;display: block;-webkit-transition: 1s;transition: 1s;}
.index .in-about dt:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.index .in-about dd{margin-left: 660px;padding: 60px 40px 0;}
.index .in-about dd h4{font-size: 28px;font-weight: bold;line-height: 45px;}
.index .in-about dd p{color: #666;line-height: 1.8;text-align: justify;margin: 20px 0 0;}
.index .in-about dd .more{display: inline-block;margin-top: 30px;padding: 7px 25px;background-color: #f8bd01;color: #fff;text-transform: uppercase;border-radius: 50px;}
.index .in-about dd .more:hover{-webkit-animation: shake 1.5s linear;animation: shake 1.5s linear;}
/*荣誉资质*/
.index .in-honor{padding-top: 0;}
.index .in-honor .honor{background-color: #f5f5f5;}
.index .in-honor .tit{background: #f7f7f7 url(../images/photo_line.png) no-repeat 0 62px;height: 124px;line-height: 124px;overflow: hidden;}
.index .in-honor .tit a{font-size: 16px;color: #333;font-weight: bold;}
.index .in-honor .tit span{float: right;font-size: 14px;text-transform: uppercase;font-weight: normal;display: block;width: 100px;text-align: center;}
.index .in-honor .tit em{display: block;float: left;width: 50px;height: 50px;line-height: 0;overflow: hidden;border-radius: 50%;box-shadow: 0 3px 10px 3px rgba(248,162,48,0.2);background: url(../images/photo_ico.png) no-repeat 0 center;margin: 35px 15px 0 30px;}
.index .in-honor .bd{height: 230px;overflow: hidden;}
.index .in-honor .bd li{float: left;width: 230px;margin-right: 12px;}
.index .in-honor .bd li .img{width: 230px;height: 173px;overflow: hidden;}
.index .in-honor .bd li .img img{width: 100%;height: 100%;display: block;-webkit-transition: 1s;transition: 1s;}
.index .in-honor .bd li .text{text-align: center;padding: 15px 0;}
.index .in-honor .bd li a:hover .img img{-webkit-transform: scale(1.1);transform: scale(1.1);}

.floor_2{margin-top: 50px;}
.floor_2 .box1 .left{width: 281px;}
.floor_2 .box1 .left h3{font-size: 30px;height: 35px;line-height: 35px;font-weight: 100;}
.floor_2 .box1 .left h3 span{display: block;width: 20px;height: 3px;background: #333;float: left;margin-top: 16px;margin-right: 28px;}
.floor_2 .box1 .left p{color: #666;padding-left: 48px;margin-bottom: 35px;}
.floor_2 .box1 .left p b{color: #e1e1e1;font-weight: 100;}
.floor_2 .box1 .left ul{background: #f5f5f5;height: 313px;padding: 20px 40px 0;}
.floor_2 .box1 .left ul li{height: 60px;line-height: 60px;}
.floor_2 .box1 .left ul li a{display: block;width: 100%;height: 35px;line-height: 35px;border-radius: 0 17px 17px 0;text-indent: 1em;}
.floor_2 .box1 .left ul li .hover,
.floor_2 .box1 .left ul li a:hover{background: #DFA40B;color: #Fff;}
.floor_2 .box1 .right{width: 892px;}
.floor_2 .box1 .right .fl{width: 593px;height: 423px;position: relative;}
.floor_2 .box1 .right .fl .img{position: relative;display: block;width: 593px;height: 423px;overflow: hidden;}
.floor_2 .box1 .right .fl .img img{display: block;width: 593px;height: 445px;position: absolute;left: 0;top: -11px;}
.floor_2 .box1 .right .fl .on{display: block;background: #fff;width: 300px;height: 252px;box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);position: absolute;left: 494px;top: 86px;border: 1px solid #f9f9f9;padding: 0 50px;}
.floor_2 .box1 .right .fl .on h3{font-size: 20px;padding-top: 47px;}
.floor_2 .box1 .right .fl .on p{color: #4d4d4d;line-height: 24px;padding-top: 8px;padding-bottom: 32px;text-align: justify;}
.floor_2 .box1 .right .fl .on a{width: 120px;height: 35px;display: block;color: #fff;background: #DFA40B;border-radius: 17px;text-align: center;line-height: 35px;float: left;}
.floor_2 .box1 .right .fl .on span a:first-child{background: #323232;margin-right: 10px;}
.floor_2 .box1 .right .fl .on a:hover{box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);}
.floor_2 .box1 .right .fr a{color: #818181;line-height: 16px;font-weight: bold;}
.floor_2 .box1 .right .fr a span{display: block;width: 50px;height: 3px;background: #818181;float: left;margin-top: 7px;margin-right: 10px;}
.floor_2 .box1 .right .fr a:hover{padding-right: 10px;}
.floor_2 .box2{overflow: hidden;margin-top: 24px;}
.floor_2 .box2 ul{width: 100%;}
.floor_2 .box2 ul li{width: 280px;overflow: hidden;float: left;margin-top: 15px;margin-right: 26px;position: relative;}
.floor_2 .box2 ul li:nth-child(4n){margin-right: 0;}
.floor_2 .box2 ul li .img{position: relative;display: block;width: 100%;height: 210px;overflow: hidden;}
.floor_2 .box2 ul li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.floor_2 .box2 ul li .on{display: block;background: url(../images/bg_8b.png) repeat;position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;opacity: 0;transition: all .5s;}
.floor_2 .box2 ul li .on .icon{width: 30px;height: 30px;background-position: -118px -53px;position: absolute;left: 50%;margin-left: -15px;top: 50px;transition: all .5s;}
.floor_2 .box2 ul li .on p{color: #fff;padding-top: 147px;transition: all .5s;}
.floor_2 .box2 ul li h3{font-size: 16px;line-height: 40px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.floor_2 .box2 ul li:hover img{transform:scale(1.1);}
.floor_2 .box2 ul li:hover .on{opacity: 1;}
.floor_2 .box2 ul li:hover .on .icon{top: 78px;}
.floor_2 .box2 ul li:hover .on p{padding-top: 127px;}
.floor_3_main .tit{text-align: center;padding-top: 45px;padding-bottom: 49px;}
.floor_3_main .tit h3{font-size: 36px;}
.floor_3_main .tit h3 b{color: #DFA40B;}
.floor_3_main .tit h3 em{color: #e2e2e2;}
.floor_3_main .tit p{color: #666;font-size: 16px;line-height: 28px;}
.floor_3_main .body{background: #28b364;height: 600px;width: 100%;overflow: hidden;position: relative;}
.floor_3_main .body .slideTxtBox{width: 1200px;margin: 0 auto;}
.floor_3_main .body .slideTxtBox .hd{background: url(../images/f3_ico.png) left 70px no-repeat;margin-left: 670px;height: 600px;}
.floor_3_main .body .slideTxtBox .hd ul{width: 420px;float: right;margin-top: 22px;}
.floor_3_main .body .slideTxtBox .hd ul li{color: #fff;height: 107px;vertical-align: top;padding-top: 30px;cursor: pointer;transition: all .5s;}
.floor_3_main .body .slideTxtBox .hd ul li .t{background: url(../images/f3_line.png) 85px no-repeat;line-height: 30px;}
.floor_3_main .body .slideTxtBox .hd ul li .t .fl{font-size: 24px;font-weight: bold;}
.floor_3_main .w1200{overflow:hidden;}
.floor_3_main .body .slideTxtBox .hd ul li .t .fr{font-family: arial;font-size: 18px;font-weight: bold;}
.floor_3_main .body .slideTxtBox .hd ul li p{width: 306px;line-height: 24px;padding-top: 16px;transition: ease-in-out .2s;}
.floor_3_main .body .slideTxtBox .hd ul li.on{margin-left: 10px;}
.floor_3_main .body .slideTxtBox .bd{width: 960px;height: 600px;position: absolute;left: 50%;z-index: 10;top: 0;margin-left: -960px;}
.floor_3_main .body .slideTxtBox .bd .img img{width: 960px;height: 600px;display: block;}
.floor_4_main{background: url(../images/f4_bg.jpg) center top no-repeat;width: 100%;height: 665px;}
.floor_4_main .tit{padding-top: 45px;}
.floor_4_main .tit .left h3{color: #DFA40B;font-weight: bold;font-size: 60px;text-transform: uppercase;}
.floor_4_main .tit .left .t{border-left: 1px solid #d2d2d2;height: 100px;padding-left: 18px;margin-left: 20px;}
.floor_4_main .tit .left .t h4{font-size: 36px;font-weight: 100;padding-top: 15px;}
.floor_4_main .tit .left .t h4 b{font-weight: bold;}
.floor_4_main .tit .left .t p{color: #666;}
.floor_4_main .tit .right{margin-top: 117px;}
.floor_4_main .tit .right li{float: left;margin-left: 10px;}
.floor_4_main .tit .right li a{width: 120px;height: 35px;line-height: 35px;text-align: center;background: #333;color: #fff;display: block;border-radius: 17px;}
.floor_4_main .tit .right li.on a{background: #DFA40B;}
.floor_4_main .bd{margin-top: 50px;}
.floor_4_main .bd .body{position: relative;}
.floor_4_main .bd .body .hd2 .prev2,
.floor_4_main .bd .body .hd2 .next2{width: 98px;height: 35px;background: #DFA40B;position: absolute;top: 50%;margin-top: -17px;z-index: 10;display: block;left: -49px;text-align: center;cursor: pointer;}
.floor_4_main .bd .body .hd2 .prev2 .icon,
.floor_4_main .bd .body .hd2 .next2 .icon{width: 64px;height: 5px;background-position: -28px -59px;margin-top: 13px;}
.floor_4_main .bd .body .hd2 .next2{left: auto;right: -49px;}
.floor_4_main .bd .body .hd2 .next2 .icon{background-position: -28px -68px;}
.floor_4_main .bd .body .hd2 .next2:hover,
.floor_4_main .bd .body .hd2 .prev2:hover{background: #333;}
.floor_4_main .bd .body .bd2{overflow: hidden;}
.floor_4_main .bd .body .bd2 ul{overflow: hidden;zoom: 1;}
.floor_4_main .bd .body .bd2 ul a{display: block;width: 370px;height: 100%;padding: 10px;padding-bottom: 0;color: #333;background: #efefef;}
.floor_4_main .bd .body .bd2 ul a:hover{color: #fff;background: #DFA40B;}
.floor_4_main .bd .body .bd2 ul li{float: left;width: 390px;text-align: center;font-size: 16px;margin-right: 15px;transition: all .5s;}
.floor_4_main .bd .body .bd2 ul li img{display: block;width: 370px;height: 278px;}
.floor_4_main .bd .body .bd2 ul li p{line-height: 60px;}
.floor_5_main{background: url(../images/f5_bg.jpg) center top no-repeat;height: 600px;width: 100%;}
.floor_5_main .w1200{position: relative;overflow: hidden;height: 100%;}
.floor_5_main .box{margin-left: 400px;padding-top: 130px;}
.floor_5_main .box .tit .left{color: #333;font-size: 46px;font-weight: bold;line-height: 64px;}
.floor_5_main .box .tit .right .t{width: 526px;}
.floor_5_main .box .tit .right .t .fl{color: #DFA40B;font-size: 30px;font-weight: bold;}
.floor_5_main .box .tit .right .t .fr{font-size: 20px;font-weight: bold;margin-top: 10px;}
.floor_5_main .box .tit .right p{color: #666;letter-spacing: 6px;padding-top: 5px;}
.floor_5_main .box .p{color: #666;line-height: 30px;padding-top: 30px;text-align: justify;}
.floor_5_main .box .p a{color: #DFA40B;padding-left: 10px;}
.floor_5_main .box .p a:hover{margin-left: 10px;}
.floor_5_main ul{position: absolute;left: 400px;bottom: 0;width: 850px;height: 49px;}
.floor_5_main ul li{float: left;margin-right: 25px;}
.floor_5_main ul a{width: 250px;height: 49px;line-height: 49px;background: #878b8e;text-align: center;color: #fff;display: block;font-size: 16px;border-radius: 15px 15px 0 0;}
.floor_5_main ul a:hover{background: #DFA40B;}
.floor_6{margin-top: 50px;}
.floor_6 .tit .fl{font-size: 30px;}
.floor_6 .tit .fr{margin-top: 16px;}
.floor_6 .tit .fr a{color: #818181;line-height: 16px;font-weight: bold;}
.floor_6 .tit .fr a span{display: block;width: 50px;height: 3px;background: #818181;float: left;margin-top: 7px;margin-right: 10px;}
.floor_6 .tit .fr a:hover{padding-right: 10px;}
.floor_6 .body{padding-top: 45px;margin-bottom: 50px;}
.floor_6 .body li{width: 340px;height: 300px;float: left;padding: 0 30px;transition: all .5s;}
.floor_6 .body li h4{color: #333;font-size: 36px;font-weight: 100;padding-top: 27px;padding-bottom: 20px;transition: all .5s;}
.floor_6 .body li h3{color: #333;font-size: 18px;font-weight: 100;padding-bottom: 29px;transition: all .5s;}
.floor_6 .body li p{color: #969696;line-height: 24px;transition: all .5s;}
.floor_6 .body li span{border: 1px solid #d6d6d6;width: 163px;height: 41px;line-height: 41px;text-align: center;display: block;border-radius: 20px;margin-top: 37px;background: #fff;}
.floor_6 .body li span .icon{width: 64px;height: 5px;background-position: -241px -30px;float: left;margin-top: 18px;margin-left: 49px;}
.floor_6 .body li a{display: block;width: 100%;height: 100%;transition: all .5s;}
.floor_6 .body .hover,.floor_6 .body li:hover{background: url(../images/f6_on.jpg) no-repeat;}
.floor_6 .body .hover h3,.floor_6 .body li:hover h3,.floor_6 .body .hover h4,.floor_6 .body li:hover h4,.floor_6 .body .hover p,.floor_6 .body li:hover p{color: #fff;}
.floor_6 .body .hover span .icon,.floor_6 .body li:hover span .icon{background-position: -241px -36px;}
.links_main{border-top: 1px solid #e5e5e5;line-height: 90px;height: 90px;}
.links_main span{color: #DFA40B;font-size: 36px;font-weight: bold;margin-right: 40px;display: block;float: left;}
.links_main a{padding: 0 30px;}
.footer_main{width: 100%;padding-bottom: 0;background: #3a3c42;color: #fff;}
.bottom_main{padding: 50px 0 40px 0;}
.bottom_main .contact{width: 300px;}
.bottom_main .contact h3{margin-bottom: 50px;font-weight: bold;font-size: 20px;line-height: 20px;color: #fff;}
.bottom_main .contact p{line-height: 28px;}
.bottom_main .contact p.p1{font-size: 20px;line-height: 24px;}
.bottom_main .contact p.tel{font-size: 35px;font-family:"Arial";line-height: 56px;}
.bottom_main .bNav{padding: 0 35px;height: 210px;border-left: 1px solid #44464c;border-right: 1px solid #44464c;}
.bottom_main .bNav dl{display:inline-block;float:left;width: 150px;overflow:hidden;text-align: center;}
.bottom_main .bNav dl dt{height:16px;display:block;padding-bottom: 25px;}
.bottom_main .bNav dl dt a{display:block;font-size: 18px;color:#fff;line-height:16px;}
.bottom_main .bNav dl dd{display:block;height:14px;padding-bottom: 14px;}
.bottom_main .bNav dl dd a{display:block;font-size:14px;color: #fff;line-height:14px;}
.bottom_main .ewm{text-align:center;padding-left: 50px;}
.bottom_main .ewm dl{float:left;display:block;}
.bottom_main .ewm dl:nth-child(2){margin-right:0px;}
.bottom_main .ewm dl:first-child+dl{margin-right:0px;}
.bottom_main .ewm dl dt{width: 175px;height: 175px;text-align:center;}
.bottom_main .ewm dl dt img{width: 100%;height: 100%;display:inline-block;}
.bottom_main .ewm dl dd{font-size:14px;color: #fff;line-height: 32px;}
.copyright_main{color: #ccc;font-size: 12px;line-height: 50px;text-align: center;border-top: 1px solid #5d5f61;background: #27282b;}
.copyright_main a{color: #ccc;}
.ewmbox{width: 300px;height: 320px;padding-top: 20px;background: #fff;z-index: 9999;position: fixed;left: 50%;top: 50%;margin: -170px 0 0 -150px;text-align: center;font-size: 16px;display: none;}
.ewmbox .close{width: 32px;height: 32px;position: absolute;top: -25px;right: -40px;cursor: pointer;border-radius: 100%;background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center;transition: all ease 300ms;}
.ewmbox .close:hover{transform: rotate(180deg);}
.ewmbox img{width: 260px;height: 260px;display: block;margin: 0 auto 10px;}
.dialog-layout{width: 100%;height: 100%;position: fixed;z-index: 100;top: 0;left: 0;background: #000;opacity: 0.3;filter: alpha(opacity=30);}
/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #0062ce;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #0062ce;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #0062ce;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #0062ce;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #0062ce;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}
.local{height: 60px;line-height: 60px;overflow: hidden;}
.local ul{float: right;margin-right: 60px;}
.local ul li{padding: 0 25px;float: left;}
.local ul li a{position: relative;display: block;padding: 0 15px;overflow: hidden;color: #363636;}
.local ul li a i{width: 0;height: 3px;background: #3b3a45;position: absolute;left: 50%;opacity: 0;filter: alpha(opacity=0);bottom: 0;transition: ease-in .2s;}
.local ul li a.hover,
.local ul li a:hover{color: #363636;}
.local ul li a.hover i,
.local ul li a:hover i{left: 0;opacity: 1;filter: alpha(opacity=100);width: 100%;}
.bg_main{padding-bottom: 50px;min-height: 640px;}
.bg_bottom_main{background: #eaeaea;height: 100px;}
.sub_banner{height: 200px;width: 100%;}
.sub_nav{height: 35px;line-height: 35px;padding-bottom: 20px;border-bottom: 1px solid #f2f2f2;padding-top: 20px;}
.sub_nav .fl{font-size: 30px;}
.sub_nav .fr li{float: left;}
.sub_nav .fr li a{padding: 0 20px;border: 1px solid #e6e6e6;display: block;margin-left: 10px;transition: ease-in-out .2s;}
.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover{background: #DFA40B;color: #fff;border: 1px solid #DFA40B;}
.case{margin-top: 40px;}
.case ul{width: 105%;}
.case li{width: 380px;float: left;margin-right: 30px;margin-bottom: 30px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.case li .img{overflow: hidden;height: 213px;display: block;border: 1px solid #efefef;width: 378px;border-bottom: none;}
.case li .img img{width: 380px;height: 213px;transition: .9s;}
.imgH li .img{height: 284px;border: 1px solid #efefef;width: 378px;border-bottom: none;}
.imgH li .img img{height: 284px;}
.case li:hover .img img{transform: scale(1.2);-webkit-transform: scale(1.2);}
.case li .p{border: 1px solid #efefef;display: block;width: 340px;padding: 0 19px;height: 108px;border-top: none;}

.case li .p p{border-bottom: 1px solid #d6d6d6;height: 58px;line-height: 58px;margin-bottom: 10px;font-size: 18px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.case li .p  span{color: #666;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.case li .p i{width: 32px;height: 12px;background-position: -73px -43px;}
.case li .p .fl{font-size: 12px;font-family: arial;}
.case li:hover a span{color:#DFA40B;}
.case li:hover a p{color:#DFA40B;}
.case li:hover{box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);}
.news{padding-top: 50px;}
.bg_main .news_ul{width:1200px; margin:0 auto; padding-bottom: 40px; padding-top: 12px;}
.bg_main .news_ul li{padding: 37px 0; border-bottom: 1px solid #eaeaea; position:relative;}
.bg_main .news_ul li .box1{width: 253px;height: 190px;overflow: hidden;}
.bg_main .news_ul li .box1 img{width: 253px;height: 190px;transition: ease-in-out .9s;}
.bg_main .news_ul li .box2{padding-left: 42px;width: 759px;padding-top: 30px;}
.bg_main .news_ul li .box2 h1{font-size: 20px;color: #333;height: 26px;line-height: 26px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.bg_main .news_ul li .box2 p{color: #666;line-height: 24px;padding-top:10px;height: 75px;}
.bg_main .news_ul li .box2 span{font-size: 12px; color: #999;}
.bg_main .news_ul li .right{padding-right: 15px;padding-top: 55px;text-align: center;}
.bg_main .news_ul li .right h3{font-size: 36px; color: #999; font-weight: 100;}
.bg_main .news_ul li .right p{font-size: 24px; color: #bbb; padding-top:10px;}
.bg_main .news_ul li a{display: block; cursor: pointer; width: 100%; height: 100%;}
.bg_main .news_ul li a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.bg_main .news_ul li a:hover h1{color: #DFA40B;}
.bg_main .news_ul li b{display:block; width:100px; height:30px; border:#ccc solid 1px; text-align:center; line-height:30px; font-weight:normal; position:absolute; right: 12px;top: 161px;}
.detail{padding-top: 50px;}
.detail .title{padding-bottom: 20px;border-bottom: 1px solid #f2f2f2;text-align: center;}
.detail .title h1{font-size: 30px;font-weight: 100;}
.detail .title span{line-height: 18px;font-family: arial;color: #959595;margin: 0 5px;}
.detail .title i{width: 23px;height: 16px;background-position: -73px 0;margin-right: 10px;}
.detail .title .i2{background-position: -104px 0;margin-left: 30px;}
.detail .context{color: #666;line-height: 30px;text-align: justify;padding: 25px 0;}
.detail .context img{max-width: 1200px;}
/* reLink*/
.reLink{height: 38px;line-height: 38px;border: 1px solid #e6e6e6;padding: 0 15px;margin-bottom: 50px;}
.reLink .nextLink,
.detail .reLink .prevLink{width: 50%;}
.reLink .nextLink{text-align: right;}
.reLink a{-webkit-transition: all ease 500ms;-moz-transition: all ease 500ms;-ms-transition: all ease 500ms;-o-transition: all ease 500ms;transition: all ease 500ms;}
.reLink a:hover{color: #052f67;}
/* pager*/
.pager{padding: 30px 0 30px;text-align: center;*zoom: 1;*padding: 40px 0 30px;}
.pager:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.pager p{height: 26px;line-height: 26px;display: inline-block;*display: inline;*zoom: 1;display: none;}
.pager ul{display: inline-block;*display: inline;*zoom: 1;overflow: hidden;}
.pager ul li{float: left;margin: 0 5px;padding: 0 !important;height: auto !important;border: none !important;}
.pager ul a{line-height: 30px;padding: 0 10px;transition: all ease 300ms;color: #000000;text-decoration: none;float: left;border: 1px solid #ddd;}
.pager ul a.current,
.pager ul a:hover{color: #fff;border: 1px solid #0a408a;background: #0a408a;}
.contact .box1{line-height: 18px;padding: 48px 0 0px;overflow: hidden;}
.contact .box1 ul{width: 125%;}
.contact .box1 li{float: left;width: 230px;margin-right: 250px;}
.contact .box1 li i{width: 56px;height: 56px;background-position: -142px 0;float: left;}
.contact .box1 li b{font-size: 18px;font-family: arial;font-weight: 100;}
.contact .box1 li td{vertical-align: middle;height: 56px;padding-left: 5px;}
.contact .box1 .l2 i{background-position: -204px 0;}
.contact .box1 .l3 i{background-position: -267px 0;}
.contact .box2{margin-bottom: 75px;}
.contact .box2 #map1_container,
.contact .box2 #allmap1{width: 100%;height: 400px;}
.contact .box3 h1{font-size: 36px;padding-bottom: 15px;text-align: center;}
.contact .box3 p{font-size: 16px;color: #828282;line-height: 24px;padding-bottom: 46px;text-align: center;}
.contact .box3 b{color: #DFA40B;}
.formData{padding-bottom: 20px;}
.formData .item{float: left; color: #999; font-weight: normal; width: 560px; height: 50px; line-height: 50px; border: 1px solid #e5e5e5; margin-right: 76px; margin-bottom: 30px; position: relative;}
.formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 50px;line-height: 50px;font-size: 18px;color: #cccccc;}
.formData .item input{outline: none; line-height: 38px; height: 38px; font-size: 18px;}
.formData .item .txt{width: 355px; height: 50px; line-height: 50px; display: block; background: none; padding-left: 70px; border: 0 none; color: #333;}
.formData .item .red{position: absolute; right: 15px; top: 0; color: #ff0000; z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute; left: 0; top: 0px;}
.formData .liuyan{width: 1198px; height: 240px; border: 1px solid #e5e5e5; float: left;}
.formData .liuyan label{text-align: right; display: block;}
.formData .liuyan textarea{width: 1178px;height: 214px;line-height: 28px;padding: 12px 10px;text-indent: 100px;font-size: 18px;font-family: "microsoft yahei";color: #333;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;}
.formData .bot{width: 100%;}
.formData .sub{width: 232px;line-height: 46px;border: 2px solid #DFA40B;margin-right: 2px;text-align: center;background: #DFA40B;color: #FFF;cursor: pointer;font-size: 18px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.formData .sub:hover{background: none;color: #DFA40B;}
.formData .yzm{width: 432px;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm img{position: absolute;right: 3px;top: 3px;border: 0px;display: block;}
.about .box1{padding-top: 105px;padding-bottom: 100px;overflow: hidden;}
.box1_add{padding: 70px 0;}
.about .box1 .fl{padding-top: 32px;}
.about .box1 .fl h1{font-size: 80px;text-transform: uppercase;font-family: arial;line-height: 80px;}
.about .box1 .fl p{font-size: 24px;padding-bottom: 88px;}
.about .box1 .fl i{width: 54px;height: 54px;background-position: 0 -99px;cursor: pointer;position: relative;display: block;float: left;}
.about .box1 .fl i img{position: absolute;left: 20px;bottom: 56px;width: 0px;height: 0px;opacity: 0;filter: alpha(opacity=0);transition: ease-in-out .2s;}
.about .box1 .fl i:hover img{filter: alpha(opacity=100);opacity: 1;left: 0;height: 80px;width: 80px;}
.about .box1 .fl .i2{background-position: -58px -99px;margin-left: 20px;}
.about .box1 .fr{width: 611px;}
.about .box1 .fr h1{font-size: 24px;font-weight: 100;}
.about .box1 .fr span{display: block;background: #b0b0b0;width: 20px;height: 2px;margin: 13px 0 24px;}
.about .box1 .fr h2{font-size: 18px;}
.about .box1 .fr p{line-height: 30px;padding-top: 12px;}
.about .box1 .fr i{width: 54px;height: 54px;background-position: -59px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box1 .fr a:hover{cursor: pointer;}
.about .box1 .fr a:hover i{margin-left: 15px;}
.about .bg_20{height: 20px;width: 100%;background: #eaeaea;}
.about .box2{padding-bottom: 94px;}
.about .box2 .con{margin-top: 40px;}
.about .box2 .con .fl{width: 410px;height: 428px;overflow: hidden;}
.about .box2 .con .fl img{width: 410px;height: 428px;}
.about .box2 .con .fr .img{width: 380px;height: 214px;overflow: hidden;display: block;}
.about .box2 .con .fr .img img{width: 380px;height: 214px;transition: .9s;}
.about .box2 .con .fr .p{display: block;padding-left: 20px;width: 360px;height: 214px;}
.about .box2 .con .fr .p h1{font-size: 24px;line-height: 60px;font-weight: 100;}
.about .box2 .con .fr .p i{width: 54px;height: 54px;background-position: -59px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box2 .con .fr li:hover{cursor: pointer;}
.about .box2 .con .fr li:hover h1,
.about .box2 .con .fr li:hover p{color: #333;}
.about .box2 .con .fr li:hover i{margin-left: 15px;}
.about .box2 .con .fr li{float: left;}
.about .box2 .con .fr li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.about .box3{background: url(../images/about_bg.jpg) center top no-repeat;width: 100%;height: 457px;padding-top: 93px;}
.about .box3 .w1200{overflow: hidden;}
.about .box3 .fl{width: 500px;}
.about .box3 .fl h1{font-size: 36px;color: #fff;font-weight: 100;padding-bottom: 25px;}
.about .box3 .fl span{display: block;width: 40px;height: 2px;background: #ffd200;margin-bottom: 25px;}
.about .box3 .fl p{color: #fff;line-height: 24px;}
.about .box3 .fl i{width: 54px;height: 54px;cursor: pointer;background-position: 0px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box3 .fl a:hover i{margin-left: 15px;}
.about .box3 .fr .picScroll-left{overflow: hidden;position: relative;margin-top: 68px;height: 225px;width: 620px;}
.about .box3 .fr .picScroll-left .hd{overflow: hidden;}
.about .box3 .fr .picScroll-left .hd .prev,
.about .box3 .fr .picScroll-left .hd .next{display: block;left: 0;top: 50%;margin-top: -36px;width: 30px;height: 72px;position: absolute;z-index: 10;background-position: -133px -67px;cursor: pointer;display: none;}
.about .box3 .fr .picScroll-left .hd .next{left: auto;right: 0;background-position: -164px -67px;}
.about .box3 .fr .picScroll-left:hover .hd .prev,
.about .box3 .fr .picScroll-left:hover .hd .next{display: block;}
.about .box3 .fr .picScroll-left .hd ul{float: right;overflow: hidden;margin-top: 10px;zoom: 1;}
.about .box3 .fr .picScroll-left .hd ul li{float: left;width: 9px;height: 9px;overflow: hidden;margin-right: 5px;text-indent: -999px;cursor: pointer;background: url("../images/icoCircle.gif") 0 -9px no-repeat;}
.about .box3 .fr .picScroll-left .hd ul li.on{background-position: 0 0;}
.about .box3 .fr .picScroll-left .bd ul{overflow: hidden;zoom: 1;}
.about .box3 .fr .picScroll-left .bd ul li{margin-right: 20px;float: left;_display: inline;overflow: hidden;text-align: center;}

.about .box3 .fr .picScroll-left .bd ul li img{width: 300px;height: 225px;}
.bg_top{height: 50px;background: #eaeaea;width: 100%;}
.erro{color: red;}
/* map_ul*/
.map_ul{list-style: outside none none;display: block;width: 100%;}
.map_ul li{display: block;width: 100%;padding: 0;margin-bottom: 25px;}
.map_ul li a{width: 100%;height: 35px;line-height: 35px;font-weight: bold;display: block;background: #f6f6f6;text-indent: 15px;}
.map_ul .list-inline{display: block;width: 86%;}
.map_ul .list-inline li{height: 32px;display: inline-block;*display: inline;margin: 15px 5px 15px 0;zoom: 1;line-height: 32px;border-bottom: 0;text-align: center;width: auto;padding: 0px;}
.map_ul .list-inline li a{text-indent: 0;font-weight: normal;display: block;line-height: 32px;height: 32px;display: inline-block;padding: 0px 10px;width: auto;border: 1px solid #ccc;text-align: center;}
.map_ul .list-inline li a:hover{background: #0a408a;color: #fff;border: 1px solid #0a408a;}
.erro{text-align: center;min-height:400px;}
.showPro{padding: 50px 0;}
.showPro .reLink{margin-bottom: 0;}
.showPro .showContxt{padding: 30px 0 35px;color: #666;font-size: 14px;line-height: 30px;text-align: justify;}
.showPro .showContxt img{max-width: 100%;height: auto !important;}
.showPro .showimgCon{padding: 0 0 30px;font-size: 16px;line-height: 32px;}
.showPro .showimgCon .txtcon{width: 720px;height: 423px;float: right;position: relative;}
.showPro .showimgCon .txtcon .tit{position: relative;font-size: 20px;margin-bottom: 15px;color: #DFA40B;font-weight: bold;line-height: 24px;padding-bottom: 14px;border-bottom: 1px solid #dddddd;padding-right: 60px;}
.showPro .showimgCon .txtcon .tit .goBack{position: absolute;right: 0;top: 0;color: #999999;font-size: 14px;display: block;font-weight: normal;cursor: pointer;}
.showPro .showimgCon .txtcon .tit .goBack s{width: 20px;height: 20px;background-position: -440px -62px;margin-left: 6px;}
.showPro .showimgCon .txtcon .tit .goBack:hover{color: #047fcc;}
.showPro .showimgCon .txtcon .txt{font-size: 14px;line-height: 28px;color: #666;text-align: justify;}
.showPro .showimgCon .txtcon .txt .item{margin-bottom: 7px;max-height: 144px;overflow: hidden;}
.showPro .showimgCon .txtcon .tel-btn{width: 100%;position: absolute;left: 0;bottom: 0;border-top: 1px solid #ddd;padding-top: 40px;}
.showPro .showimgCon .txtcon .tel-btn .btn{width: 118px;float: right;height: 40px;line-height: 40px;margin-top: 5px;font-size: 20px;text-align: center;color: #fff;cursor: pointer;background: #DFA40B;}
.showPro .showimgCon .txtcon .tel-btn .btn:hover{background: #333;}
.showPro .showimgCon .txtcon .tel-btn .tel{width: 280px;float: left;}
.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong{display: block;color: #666666;}
.showPro .showimgCon .txtcon .tel-btn .tel s{width: 42px;height: 42px;display: block;float: left;margin-right: 6px;margin-top: 4px;background-position: -315px -30px;}
.showPro .showimgCon .txtcon .tel-btn .tel span{font-size: 16px;line-height: 20px;}
.showPro .showimgCon .txtcon .tel-btn .tel strong{font-size: 28px;line-height: 28px;}
.showPro .showimg{width: 442px;position: relative;float: left;overflow: hidden;}
.showPro .showimg .bigimg{width: 440px;height: 332px;display: block;position: relative;border: 1px solid #dddddd;}
.showPro .showimg .bigimg .list{width: 5000%;}
.showPro .showimg .bigimg .list li{width: 440px;height: 332px;float: left;border: 0;margin-right: 1px;}
.showPro .showimg .bigimg .list img{width: 100%;height: 100%;display: block;transition: all ease 300ms;}
.showPro .showimg .smallimg{width: 440px;height: 76px;position: relative;padding-top: 30px;z-index: 10;overflow: hidden;}
.showPro .showimg .list{width: 357px;overflow: hidden;position: relative;margin: 0 auto;}
.showPro .showimg .listcon{width: 600% !important;position: relative;}
.showPro .showimg .prev,
.showPro .showimg .next{width: 20px;height: 76px;z-index: 10;position: absolute;top: 30px;cursor: pointer;background: #f9f9f9 url(../images/show-btn-ico.png) no-repeat 0 center;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.showPro .showimg .prev:hover,
.showPro .showimg .next:hover{background-color: #f9f9f9;}
.showPro .showimg .prev{left: 0;background-position: 3px center;}
.showPro .showimg .next{right: 0;background-position: -84px center;}
.showPro .showimg li{width: 94px;height: 70px;margin-right: 28px;float: left;cursor: pointer;position: relative;border: 3px solid #fff;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.showPro .showimg li img{width: 100%;height: 100%;display: block;}
.showPro .showimg li.on{width: 94px;height: 70px;border: 3px solid #DFA40B;}
.relateTit{height: 58px;line-height: 58px;border-bottom: 1px solid #e4e4e4;margin: 0 auto;width: 1200px;}
.relateTit h3{font-size: 18px;display: inline-block;*display: inline;*zoom: 1;position: relative;}
.relateTit h3 .line{width: 100%;height: 2px;display: block;position: absolute;left: 0;bottom: -1px;background: #DFA40B;}
.floor_3_remm{padding-bottom: 60px;}
.floor_3_remm .body{overflow: hidden;*margin-bottom: 38px;}
.floor_3_remm .body ul{width: 112%;}
.floor_3_remm .body li{margin-bottom: 40px;width: 370px;float: left;margin-right: 45px;position: relative;border-radius: 5px;height: 278px;overflow: hidden;}
.floor_3_remm .body li a{display: block;width: 100%;height: 100%;cursor: pointer;}
.floor_3_remm .body li .img img{border-radius: 5px;width:370px;height:278px}
.floor_3_remm .body li .txt{position: absolute;left: 0;top: 211px;height: 67px;background: #666;width: 300px;border-radius: 0 0 5px 5px;color: #fff;padding: 0 35px;text-align: center;line-height: 67px;transition: all .5s;}
.floor_3_remm .body li .txt h3{font-size: 20px;font-weight: 100;line-height: 67px;}
.floor_3_remm .body li .txt span{margin: 0 auto;display: block;border: 1px solid #fff;text-align: center;width: 123px;height: 33px;line-height: 33px;border-radius: 5px;margin-top: 0;opacity: 0;transition: all .5s;}
.floor_3_remm .body li:hover{box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);}
.floor_3_remm .body li:hover .txt{background: url(../images/bg_6b.png) repeat;height: 100%;top: 0;border-radius: 5px;}
.floor_3_remm .body li:hover .txt h3{padding-top: 78px;}
.floor_3_remm .body li:hover .txt span{margin-top: 0;opacity: 1;}
.floor_3_remm .more2{text-align: center;}
.floor_3_remm .more2 ul{display: inline-block;*zoom: 1;*display: inline;}
.floor_3_remm .more2 a{width: 141px;height: 35px;display: block;color: #DFA40B;margin: 0 19px;border: 2px solid #DFA40B;line-height: 35px;border-radius: 4px;font-size: 20px;}
.floor_3_remm .more2 a:hover{box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);}
.floor_3_remm .more2 .ewmbtn{background: #DFA40B;color: #fff;}
.floor_3_remm .more2 li{float: left;}

